Start Time: Mon Jun 24 2019 11:36:08 GMT-0500 (Central Daylight Time)
Browsers: Safari 12.1.1 / Mac OS X 10.14.5
Duration: 20m 49s
Tests Failed: 7 out of 20
Tests Skipped: 0
| # | Fixture | Test Name | Browsers | Duration | Result |
|---|---|---|---|---|---|
| 1 | Asset View Real Real | Should validate Asset View Stitch Fix Mutable fields | Safari 12.1.1 / Mac OS X 10.14.5 | 1m 33s | failed |
| 2 | Asset View Real Real | Should validate Asset View Stitch Fix Zoom and Magnify | Safari 12.1.1 / Mac OS X 10.14.5 | 44s | passed |
| 3 | Asset View | Should validate Asset View Stitch Fix Mutable fields | Safari 12.1.1 / Mac OS X 10.14.5 | 18s | passed |
| 4 | Asset View | Should validate Asset View Stitch Fix Zoom and Magnify | Safari 12.1.1 / Mac OS X 10.14.5 | 42s | passed |
| 5 | Asset View | Should validate Collection in Stitch Fix | Safari 12.1.1 / Mac OS X 10.14.5 | 1m 44s | failed |
| 6 | Bulk Actions | Should try to login and see Impira page | Safari 12.1.1 / Mac OS X 10.14.5 | 17s | passed |
| 7 | Bulk Actions | Should check Goop usage on webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 51s | passed |
| 8 | Collections | Should create Collection in Impira webpage and Share as Viewer | Safari 12.1.1 / Mac OS X 10.14.5 | 2m 16s | failed |
| 9 | Collections | Should create Collection in Impira webpage and Share as Editor | Safari 12.1.1 / Mac OS X 10.14.5 | 2m 13s | failed |
| 10 | Collections | Should validate Collection in Impira webpage, Share as Viewer and Remove Share Collection | Safari 12.1.1 / Mac OS X 10.14.5 | 2m 01s | failed |
| 11 | Collections | Should Rename Collection in Impira webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 2m 03s | failed |
| 12 | Product View | Should check Product View in Lola&Bird webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 17s | passed |
| 13 | Reports | Should check Reports in Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 18s | passed |
| 14 | Reports | Should validate Details in Reports for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 22s | passed |
| 15 | Search | Should validate Search Free Filter for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 23s | passed |
| 16 | Search | Should validate Search Analytic Filter for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 32s | passed |
| 17 | Search | Should validate Search Filter (with space after colon) for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 21s | passed |
| 18 | Search | Should validate Sort Search for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 1m 42s | passed |
| 19 | Search | Should validate Save Search for Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 28s | passed |
| 20 | Search | Should validate Gallery View Goop webpage | Safari 12.1.1 / Mac OS X 10.14.5 | 1m 43s | failed |
The specified selector does not match any element in the DOM tree.
> | Selector('#react-tabs-10 .SVGInline-svg')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-1/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
29 |
30 | }
31 | async goToAsset(){
32 | await t.hover(this.oneSelection)
33 | .click(this.oneSelection)
> 34 | await t.click(this.keywordButton)
35 | }
36 | async goToZoomAndMagnify(){
37 | await t.hover(this.oneSelection)
38 | .click(this.oneSelection)
39 | await t.click(this.magnifyBtn)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Asset-View-RealReal-page.js:34:17) The specified selector does not match any element in the DOM tree.
> | Selector('.Notification-link')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-5/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
52 | await t.click(this.collectionBtnAsset)
53 | .click(this.newCollectionBtn)
54 | await t.click(this.newCollectionName )
55 | .typeText(this.newCollectionName , 'Automated Collection')
56 | .click(this.button)
> 57 | .click(this.notificationLink)
58 | }
59 | async goToDelete(){
60 | await t.hover(this.incollectionDrop)
61 | .click(this.incollectionDrop)
62 | await t.click(this.delete)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Asset-View-StitchFix-page.js:57:18) The specified selector does not match any element in the DOM tree.
> | Selector('.Notification-link')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-8/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
32 | .click(this.collectionIcon)
33 | await t.click(this.collectionDropdown)
34 | await t.click(this.newCollection)
35 | await t.typeText(this.collectionName, name)
36 | .click(this.createButton)
> 37 | .click(this.notificationLink)
38 |
39 | }
40 |
41 | async goToShareViewer(){
42 | await t.hover(this.incollectionDrop)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:37:18) The specified selector does not match any element in the DOM tree.
> | Selector('.Notification-link')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-9/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
32 | .click(this.collectionIcon)
33 | await t.click(this.collectionDropdown)
34 | await t.click(this.newCollection)
35 | await t.typeText(this.collectionName, name)
36 | .click(this.createButton)
> 37 | .click(this.notificationLink)
38 |
39 | }
40 |
41 | async goToShareViewer(){
42 | await t.hover(this.incollectionDrop)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:37:18) The specified selector does not match any element in the DOM tree.
> | Selector('.Notification-link')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-10/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
32 | .click(this.collectionIcon)
33 | await t.click(this.collectionDropdown)
34 | await t.click(this.newCollection)
35 | await t.typeText(this.collectionName, name)
36 | .click(this.createButton)
> 37 | .click(this.notificationLink)
38 |
39 | }
40 |
41 | async goToShareViewer(){
42 | await t.hover(this.incollectionDrop)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:37:18) The specified selector does not match any element in the DOM tree.
> | Selector('.Notification-link')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-11/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
32 | .click(this.collectionIcon)
33 | await t.click(this.collectionDropdown)
34 | await t.click(this.newCollection)
35 | await t.typeText(this.collectionName, name)
36 | .click(this.createButton)
> 37 | .click(this.notificationLink)
38 |
39 | }
40 |
41 | async goToShareViewer(){
42 | await t.hover(this.incollectionDrop)
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:37:18) The specified selector does not match any element in the DOM tree.
> | Selector('.GalleryViewer-controls-icon')
Browser: Safari 12.1.1 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-24_11-36-07/test-20/run-3/Safari_12.1.1_Mac_OS_X_10.14.5/errors/1.png
66 | }
67 |
68 | async goToGalleryView(){
69 | await t.hover(this.oneSelection)
70 | .click(this.oneSelection)
> 71 | await t.hover(this.galleryViewIcon)
72 | .click(this.galleryViewIcon)
73 | }
74 |}
75 |
76 |export default SearchGoop
at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:71:17)